crypto/tls.encryptedExtensionsMsg.marshal (method, view implemented interface methods)

4 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L397: 	hs.transcript.Write(encryptedExtensions.marshal())
		handshake_messages.go#L846: func (m *encryptedExtensionsMsg) marshal() []byte {
		handshake_server_tls13.go#L561: 	hs.transcript.Write(encryptedExtensions.marshal())
		handshake_server_tls13.go#L562: 	if _, err := c.writeRecord(recordTypeHandshake, encryptedExtensions.marshal()); err != nil {